window.csd > .titlebar:not(headerbar) { padding: 0; background-color: transparent; background-image: none; border-style: none; border-color: transparent; box-shadow: none; }
-.titlebar:not(headerbar) > separator { background-color: #252526; }
+.titlebar:not(headerbar) separator { background-color: #252526; }
window.devel headerbar.titlebar:not(.selection-mode) { background: transparent -gtk-icontheme("system-run-symbolic") 90% 0/256px 256px no-repeat, linear-gradient(to left, #3b4049 8%, #3f3e40 25%); color: rgba(238, 238, 236, 0.1); }
progressbar progress { /* share most of scales' */ /* override insensitive that is specific to progress */ border-radius: 1.5px; }
-progressbar progress:disabled { background-color: #919494; border-color: #919494; }
+progressbar progress:disabled { background-color: #969696; border-color: #969696; }
-progressbar progress:backdrop:disabled { background-color: #566164; border-color: #566164; }
+progressbar progress:backdrop:disabled { background-color: #656466; border-color: #656466; }
progressbar progress.left { border-top-left-radius: 2px; border-bottom-left-radius: 2px; }
window.csd > .titlebar:not(headerbar) { padding: 0; background-color: transparent; background-image: none; border-style: none; border-color: transparent; box-shadow: none; }
-.titlebar:not(headerbar) > separator { background-color: #b6b6b3; }
+.titlebar:not(headerbar) separator { background-color: #b6b6b3; }
window.devel headerbar.titlebar:not(.selection-mode) { background: transparent -gtk-icontheme("system-run-symbolic") 90% 0/256px 256px no-repeat, linear-gradient(to left, #d6dee7 8%, #e8e8e7 25%); color: rgba(46, 52, 54, 0.1); }